home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4926 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: orion.hrz.tu-freiberg.de!wirbel
  2. From: wirbel@orion.hrz.tu-freiberg.de (Frank Wirbeleit)
  3. Newsgroups: comp.lang.c++
  4. Subject: multidimensional arrays
  5. Date: 1 Feb 1996 15:49:17 GMT
  6. Organization: BA Freiberg
  7. Message-ID: <4eqndt$40n@kermes>
  8. NNTP-Posting-Host: orion.hrz.tu-freiberg.de
  9. Summary: object module for arrays and matrixces
  10. Keywords: array, matrix
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13.  
  14. An object orientated matrix library, applicable in your own C++
  15. programms, has been created an used in the last 2 years in
  16. my simulation program and in the programs of friends and is
  17. recommended for storing and organizing data arrays of float, double
  18. long double and complex values. This module handels data arrays and
  19. multidimensional arrays of matrixces of any size you like in a easy way
  20. and performs common matrix calculations,such as linear equation systems,
  21. eigenvalues/ -vectors an all common operators (+, -, *, transp.).
  22.  
  23. Please feel so free an contact the e-mail adress below for more information. 
  24. You can get the version for micrososft visual c++ version 1.0 or borland c++ 
  25. Version 2.0 by sending a HD-disk (1.44 MByte) with a return cover to the 
  26. adress below, because the files are not uploaded on a ftp server. 
  27. The source code is written by ANSI c++ (besides the alloc-functions)
  28. and is also available by the autor. 
  29.  
  30.  
  31. contact:
  32. Frank Wirbeleit
  33. Wurzener Str. 31
  34. 01127 Dresden
  35. Germany 
  36.  
  37. e-mail:
  38. wirbel@physik.tu-freiberg.de
  39.   
  40.   Frank
  41.